FindItem(Point) Method (WpfHighlightTool<T>)
Finds the item with specified location.
'Declaration
Public Function FindItem( _
ByVal As System.Windows.Point _
) As T
public T FindItem(
System.Windows.Point
)
public: T* FindItem(
System.Windows.Point
)
public:
T^ FindItem(
System.Windows.Point
)
Parameters
- location
- Location on object.
Return Value
Found object or null if object is not found.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5